-
Notifications
You must be signed in to change notification settings - Fork 3
「トランスパイラとモジュールバンドラ」の節を再整理する #879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Deploying utcode-learn with
|
Latest commit: |
5c8cab8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://2a6f642d.utcode-learn.pages.dev |
Branch Preview URL: | https://update-bundlerp.utcode-learn.pages.dev |
ad536e0
to
2435c0c
Compare
2435c0c
to
5c8cab8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request reorganizes the "トランスパイラとモジュールバンドラ" (Transpilers and Module Bundlers) section by removing the "フロントエンドとバックエンドの結合" (Frontend and Backend Integration) subsection and creating new exercise problems.
- Removed the entire fullstack app integration section and its sample code
- Replaced the existing Chart.js exercise with two new exercises using Faker and canvas-confetti packages
- Updated video imports to support the new exercises
Reviewed Changes
Copilot reviewed 14 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/4-advanced/02-bundler/index.mdx | Main content update removing integration section and adding new exercises |
docs/4-advanced/02-bundler/_samples/fullstack-app/* | Complete removal of fullstack app sample files |
docs/4-advanced/02-bundler/_samples/faker/* | New Faker exercise sample implementation |
docs/4-advanced/02-bundler/_samples/canvas-confetti/* | New canvas-confetti exercise sample implementation |
docs/4-advanced/02-bundler/_samples/chartjs/src/main.js | Removal of Chart.js exercise code |
Files not reviewed (3)
- docs/4-advanced/02-bundler/_samples/canvas-confetti/package-lock.json: Language not supported
- docs/4-advanced/02-bundler/_samples/faker/package-lock.json: Language not supported
- docs/4-advanced/02-bundler/_samples/fullstack-app/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!!!!
「フロントエンドとバックエンドの結合」の項を削除し、演習問題を作り直しました。
変更内容の草案およびその作成過程については、#871 を参照してください。
「フロントエンドとバックエンドの結合」の項を削除しました。
既存の演習問題を削除し、新たな演習問題を2つ作成しました。